Properties

Name Returns Notes Example
pdfManager PdfManager a Util class for working with PDF's
utils FileUtils

Methods

Name Returns Notes Example
uploadFiles ( files ) Map
uploadFile ( file ) String
upload ( in ) String
upload ( bytes ) String
getAsInputStream ( hash ) ByteArrayInputStream
getAsByteArray ( hash ) byte
getAsBase64 ( hash ) String
getAsBase64 ( resource ) String
fromCsv ( o ) List Parse a CSV file and return a list (rows) of string arrays (fields)
fromCsv ( o, seperator ) List Parse a CSV file and return a list (rows) of string arrays (fields)
parseExcel ( in, useXml ) Workbook Parse an excel file from an inputStream
parseExcel ( bytes, useXml ) Workbook Parse an excel file from a byte array
parseDOM ( s ) Document
parseDOM ( in ) Document
parsePDF ( bytes, callback ) void
parsePDF ( bytes, password, callback ) void

Ask a question, or offer an answer